home *** CD-ROM | disk | FTP | other *** search
/ Adventure Games / Adventure Games 1.iso / panic / panic.exe / panic.DXR / 00277.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  306 b   |  12 lines

  1. global gOkaySprite
  2.  
  3. on exitFrame
  4.   if word 1 of the text of cast "Query" = EMPTY then
  5.     set the visible of sprite gOkaySprite to 1
  6.     set the visible of sprite (gOkaySprite + 1) to 1
  7.   else
  8.     set the visible of sprite gOkaySprite to 0
  9.     set the visible of sprite (gOkaySprite + 1) to 0
  10.   end if
  11. end
  12.